From 661128c5d1b8af0883f063c2e5d9f882fe6c31f1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 6 Jul 2015 13:35:10 +0200 Subject: Library malloc fix --- Linux_C_12/util_121.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include -#include +#include /* Convenience procedure to fill in LOGFONT struct. */ -- cgit v1.2.3