]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Fixed #include to "newt.h" instead of <newt.h>
authorsopwith <sopwith>
Wed, 24 Sep 1997 02:19:09 +0000 (02:19 +0000)
committersopwith <sopwith>
Wed, 24 Sep 1997 02:19:09 +0000 (02:19 +0000)
buttonbar.c

index d36a7f9e0d232bfad7813ac9645b64b17e8b2cee..82720d65e92251f08e945f6b148e01d26bb7266d 100644 (file)
@@ -1,4 +1,4 @@
-#include <newt.h>
+#include "newt.h"
 #include <stdarg.h>
 
 newtGrid newtButtonBar(char * button1, newtComponent * b1comp, ...) {