new runs
[physik/nlsop.git] / ft.h
diff --git a/ft.h b/ft.h
index 0792f3e..42eda80 100644 (file)
--- a/ft.h
+++ b/ft.h
@@ -1,5 +1,15 @@
 /* ft.h -- ft heade file */
 
+#define _GNU_SOURCE
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
+#include <string.h>
+
 #include "dfbapi.h"
 #include "nlsop.h"
 
@@ -12,8 +22,8 @@
 #define SET_OUT_BMP (1<<3)
 #define SET_IN_BMP (1<<4)
 #define SET_IN_NLSOP (1<<5)
-#define SET_OUT_NLSOP (1<<6)
-#define SET_3d (1<<7)
+#define SET_OUT_PLOT (1<<6)
+#define SET_3D (1<<7)
 
 #define BMP (1<<0)
 #define NLSOP (1<<1)