ソースを参照

Add missing include.

Manuel Novoa III 21 年 前
コミット
e12e7804ba
1 ファイル変更1 行追加0 行削除
  1. 1 0
      libc/inet/getnetent.c

+ 1 - 0
libc/inet/getnetent.c

@@ -18,6 +18,7 @@
 #define __FORCE_GLIBC
 #include <features.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <netdb.h>
 #include <arpa/inet.h>