diff --git a/jpg.h b/jpg.h index b1146bc..fb74e78 100644 --- a/jpg.h +++ b/jpg.h @@ -1,6 +1,9 @@ #ifndef _JPG_H #define _JPG_H +#include + +#define _GNU_SOURCE 1 typedef struct { uint height; uint width;