libaltos: Use overlapped I/O on windows
[fw/altos] / ao-tools / libaltos / libaltos.h
index fe2c483c0cc2d8cc8735a388b7309d5449ac550b..6e94899e8a1ec37e54319ccfa0c363c9dca3b0e2 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef _LIBALTOS_H_
 #define _LIBALTOS_H_
 
+#include <stdlib.h>
+
 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
 # ifndef BUILD_STATIC
 #  ifdef BUILD_DLL