Explorar el Código

stddef.h for offsetof

Oswald Buddenhagen hace 21 años
padre
commit
af0b75a5dc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/drv_imap.c

+ 1 - 0
src/drv_imap.c

@@ -30,6 +30,7 @@
 #include <sys/time.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <stddef.h>
 #include <stdarg.h>
 #include <errno.h>
 #include <string.h>