Don't forget to include string.h for the strcmp function.
This commit was SVN r15927.
Этот коммит содержится в:
родитель
5ac19c62a1
Коммит
c7e0ab93ae
@ -13,6 +13,9 @@
|
||||
#if defined(HAVE_UNISTD_H)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(HAVE_STRING_H)
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
int pml_v_output = -1;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user