]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/ps3.c
lib/process: Add raw stdout mode
[petitboot] / ui / common / ps3.c
index d3ca6d606872e9f60f167897428aad1886223543..c9b97b5d2ca9da734b8b934c5113cc7c5ae59e18 100644 (file)
@@ -16,7 +16,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#define _GNU_SOURCE
+#if defined(HAVE_CONFIG_H)
+#include "config.h"
+#endif
 
 #include <assert.h>
 #include <errno.h>
 
 #include <assert.h>
 #include <errno.h>