Add CMake build files (required by Yocto build process)
[src/app-framework-binder.git] / include / local-def.h
index 5deca98..8fe87d0 100644 (file)
@@ -19,7 +19,9 @@
 
 */
 
-#define _GNU_SOURCE
+#ifndef _GNU_SOURCE
+  #define _GNU_SOURCE
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>