diff options
author | Camil Staps | 2015-07-06 13:35:10 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-06 13:35:10 +0200 |
commit | 661128c5d1b8af0883f063c2e5d9f882fe6c31f1 (patch) | |
tree | f201d7b26c49eb48d2aee0b12378c4f63bc07215 /Linux_C_12 | |
parent | Makefile, gitignore (diff) |
Library malloc fix
Diffstat (limited to 'Linux_C_12')
-rw-r--r-- | Linux_C_12/util_121.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_C_12/util_121.c b/Linux_C_12/util_121.c index 388819c..f0a3de7 100644 --- a/Linux_C_12/util_121.c +++ b/Linux_C_12/util_121.c @@ -12,7 +12,7 @@ #include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
-#include <sys/malloc.h>
+#include <malloc.h>
/* Convenience procedure to fill in LOGFONT struct. */
|