ソースを参照

stddef.h for offsetof

Oswald Buddenhagen 21 年 前
コミット
af0b75a5dc
1 ファイル変更1 行追加0 行削除
  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>