]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #include <stddef.h> as it is needed by ANSI.
authorGuilhem Lavaux <lavaux@easynet.fr>
Thu, 29 Jul 1999 17:15:50 +0000 (17:15 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Thu, 29 Jul 1999 17:15:50 +0000 (17:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.c

index ef6f652c77abfaa34c2b4a82cd48d9d8b7a7ef92..4157d89baaf28eeb49805c141b90c357641c3030 100644 (file)
@@ -28,6 +28,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stddef.h>
 #include <ctype.h>
 
 #ifdef sun