diff --git a/pacextractor.c b/pacextractor.c index 287b4cc..6992ed7 100644 --- a/pacextractor.c +++ b/pacextractor.c @@ -7,6 +7,7 @@ #include #include #include +#include typedef struct { int16_t someField[24]; @@ -140,4 +141,4 @@ int main(int argc, char** argv) { close(fd); return EXIT_SUCCESS; -} \ No newline at end of file +}