Con Kolivas
14 years ago
|
@@ -10,7 +10,6 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
-#define _GNU_SOURCE
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
@@ -1,4 +1,5 @@
|
|
|
-#define _GNU_SOURCE
|
|
|
|
|
|
|
+#include "config.h"
|
|
|
|
|
+
|
|
|
#include <signal.h>
|
|
#include <signal.h>
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|
|
#include <string.h>
|