projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a37876
)
gcc <malloc.h> has been replaced by <stdlib.h>
author
Hiroshi Saito
<hiroshi@winpg.jp>
Tue, 24 Oct 2006 04:26:41 +0000
(
04:26
+0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Tue, 24 Oct 2006 04:26:41 +0000
(
04:26
+0000)
win_unicode.c
patch
|
blob
|
blame
|
history
diff --git
a/win_unicode.c
b/win_unicode.c
index 4d8b153ced1883bad4e83f546b35e68a9c03775f..135619c5698a0358c76e220560c1ea859b35a8c8 100644
(file)
--- a/
win_unicode.c
+++ b/
win_unicode.c
@@
-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>