1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/gpctool/files/patch-includes
2005-10-22 08:21:16 +00:00

45 lines
818 B
Plaintext

--- main.c Tue Jul 4 10:28:10 2000
+++ main.c Sat Oct 22 02:45:08 2005
@@ -30,6 +30,6 @@
-#include "forms.h"
-#include "gpc.h"
+#include <forms.h>
+#include <gpc.h>
#include "gpctool.h"
#include "appl.h"
@@ -37,4 +37,5 @@
#include <GL/glu.h>
#include <GL/glx.h>
+#include <glcanvas.h>
--- callbacks.c Tue Jul 4 10:28:09 2000
+++ callbacks.c Sat Oct 22 02:51:38 2005
@@ -30,7 +30,6 @@
-#include "forms.h"
-#include "gpc.h"
-#include "gpctool.h"
+#include <forms.h>
+#include <stdlib.h>
#include "appl.h"
/*
--- graphics.c Tue Jul 4 10:28:10 2000
+++ graphics.c Sat Oct 22 02:53:08 2005
@@ -30,5 +30,5 @@
-#include "gpc.h"
+#include <gpc.h>
#include "appl.h"
#include <float.h>
@@ -37,4 +37,5 @@
#include <GL/glu.h>
#include <GL/glx.h>
+#include <glcanvas.h>
#define SHOW_STRIPS FALSE