fix up files in utils directory for strdup on old systems

This commit is contained in:
root
2014-12-27 17:17:03 -06:00
parent ab617c2d51
commit a207c28172

View File

@@ -17,6 +17,7 @@
*/
#define _POSIX_C_SOURCE 200809L // for strdup
#define _BSD_SOURCE // for strdup on old systems
#include <stdio.h>
#include <stdlib.h>