Fix missing include <string.h>.

This commit is contained in:
Markus Armbruster 2004-01-08 17:26:18 +00:00
parent d0feb8570a
commit 2910da23ea

View file

@ -44,6 +44,7 @@
#endif
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#if defined(_WIN32)
#include <winsock.h>