You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by pm...@apache.org on 2015/04/08 04:05:12 UTC

incubator-corinthia git commit: Fix "Implicit declaration of 'free'" warning

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master cd8a1804e -> 97148773a


Fix "Implicit declaration of 'free'" warning


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/97148773
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/97148773
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/97148773

Branch: refs/heads/master
Commit: 97148773afafc486e5127a6f889e6148fde0b5b4
Parents: cd8a180
Author: Peter Kelly <pe...@uxproductivity.com>
Authored: Wed Apr 8 09:05:00 2015 +0700
Committer: Peter Kelly <pe...@uxproductivity.com>
Committed: Wed Apr 8 09:05:00 2015 +0700

----------------------------------------------------------------------
 DocFormats/platform/tests/OStests.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/97148773/DocFormats/platform/tests/OStests.c
----------------------------------------------------------------------
diff --git a/DocFormats/platform/tests/OStests.c b/DocFormats/platform/tests/OStests.c
index 9c32df7..6ee74f1 100644
--- a/DocFormats/platform/tests/OStests.c
+++ b/DocFormats/platform/tests/OStests.c
@@ -18,7 +18,7 @@
 #include "DFUnitTest.h"
 #include "DFPlatform.h"
 #include <stddef.h>
-
+#include <stdlib.h>
 
 static void test_DFGetImageDimensions_gif(void)
 {