_GNU_SOURCE should be defined for building vs uClibc
[project/procd.git] / utils / utils.c
index e2e3396..8f14aad 100644 (file)
@@ -12,6 +12,7 @@
  * GNU General Public License for more details.
  */
 
+#define _GNU_SOURCE
 #include <libubox/avl.h>
 #include <libubox/avl-cmp.h>
 #include "utils.h"