projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecf524
)
base: malloc.h is needed only on darwin
author
Marko Kreen
<markokr@gmail.com>
Sun, 26 Sep 2010 04:03:47 +0000
(21:03 -0700)
committer
Marko Kreen
<markokr@gmail.com>
Sun, 26 Sep 2010 04:07:05 +0000
(21:07 -0700)
usual/base.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/base.c
b/usual/base.c
index 9489d9ff333d8fc71ce3a9b49a77ca07bb75d42c..06e41481e8bee8e453443768bb3978a99a455263 100644
(file)
--- a/
usual/base.c
+++ b/
usual/base.c
@@
-18,7
+18,7
@@
#include <usual/base.h>
-#if
def HAVE_MALLOC_H
+#if
defined(HAVE_MALLOC_H) && defined(__darwin__)
#include <malloc.h>
#endif