소스 검색

lib/parse_ini.c: fix gcc warning: implicit declaration of function ‘idpriv_temp_drop’ and ‘idpriv_temp_restore’.

Mario Trangoni 9 년 전
부모
커밋
0f7e10959c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/parse_ini.c

+ 1 - 0
lib/parse_ini.c

@@ -24,6 +24,7 @@
 #include "common.h"
 #include "utils_base.h"
 #include "parse_ini.h"
+#include "../gl/idpriv.h"
 #include <ctype.h>
 
 #include <sys/types.h>