aboutsummaryrefslogtreecommitdiff
path: root/jpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpg.h')
-rw-r--r--jpg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpg.h b/jpg.h
index e61b8b2..90e4803 100644
--- a/jpg.h
+++ b/jpg.h
@@ -1,5 +1,6 @@
#pragma once
+#include <stdio.h>
#include <pixman.h>
-pixman_image_t *jpg_load(const char *path);
+pixman_image_t *jpg_load(FILE *fp, const char *path);