gcc <malloc.h> has been replaced by <stdlib.h>
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 24 Oct 2006 04:26:41 +0000 (04:26 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 24 Oct 2006 04:26:41 +0000 (04:26 +0000)
win_unicode.c

index 4d8b153ced1883bad4e83f546b35e68a9c03775f..135619c5698a0358c76e220560c1ea859b35a8c8 100644 (file)
@@ -8,8 +8,9 @@
  */
 
 #include "psqlodbc.h"
-#include <malloc.h>
 #ifdef  WIN32
+/* gcc <malloc.h> has been replaced by <stdlib.h> */
+#include <malloc.h>
 #ifdef  _DEBUG
 #ifndef _MEMORY_DEBUG_
 #include <stdlib.h>