Przeglądaj źródła

ncd: NCDConfigTokenizer: include stdlib.h for free()

ambrop7 14 lat temu
rodzic
commit
4ab80e91d6
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      ncd/NCDConfigTokenizer.h

+ 2 - 0
ncd/NCDConfigTokenizer.h

@@ -23,6 +23,8 @@
 #ifndef BADVPN_NCDCONFIG_NCDCONFIGTOKENIZER_H
 #define BADVPN_NCDCONFIG_NCDCONFIGTOKENIZER_H
 
+#include <stdlib.h>
+
 #define NCD_ERROR -1
 #define NCD_EOF 0
 #define NCD_TOKEN_CURLY_OPEN 1