diff options
Diffstat (limited to 'Linux_C_12/util_121.c')
-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. */
|