]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/info.c
info: Add #include <strings.h> for portability
[empserver] / src / lib / commands / info.c
index 6549f24e919a2afec3cf419c4e3938b6754f5461..cd9d4a008bb8d1af4f5a125220722037bb886e95 100644 (file)
@@ -41,6 +41,7 @@
 #include <sys/stat.h>
 #include <stdio.h>
 #if !defined(_WIN32)
+#include <strings.h>
 #include <dirent.h>
 #endif
 #include "commands.h"