]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Fixed #include so it builds on systems with other newt header files
authorsopwith <sopwith>
Mon, 15 Sep 1997 15:13:30 +0000 (15:13 +0000)
committersopwith <sopwith>
Mon, 15 Sep 1997 15:13:30 +0000 (15:13 +0000)
windows.c

index 5070de3d535dadc20c5ce8bc2700da29c2fb8c2a..c5cf7642ed060a7290801c3f66799ce3055109f8 100644 (file)
--- a/windows.c
+++ b/windows.c
@@ -1,11 +1,11 @@
 #include <errno.h>
-#include <newt.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include "errno.h"
+#include "newt.h"
 
 static int newtvwindow(char * title, char * button1, char * button2, 
                   char * message, va_list args) {