aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-07-06 13:35:10 +0200
committerCamil Staps2015-07-06 13:35:10 +0200
commit661128c5d1b8af0883f063c2e5d9f882fe6c31f1 (patch)
treef201d7b26c49eb48d2aee0b12378c4f63bc07215
parentMakefile, gitignore (diff)
Library malloc fix
-rw-r--r--Linux_C_12/util_121.c2
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. */