]> granicus.if.org Git - graphviz/commitdiff
cAsE and #include issues
authorellson <devnull@localhost>
Wed, 11 Mar 2009 16:52:27 +0000 (16:52 +0000)
committerellson <devnull@localhost>
Wed, 11 Mar 2009 16:52:27 +0000 (16:52 +0000)
lib/glcomp/glCompTrackBar.c
lib/glcomp/glTexFont.h
lib/glcomp/glcompbutton.c

index b3fd182f86c3a9bc64a3ff189bd9034ab7c329e7..d6d3a9c8be47c798e281b0df1e618e8b10a3e571 100644 (file)
@@ -1,5 +1,5 @@
-#include "glcomptrackbar.h"
-#include "gltexfont.h"
+#include "glCompTrackBar.h"
+#include "glTexFont.h"
 
 
 
index 26ae2c98bb00b409848ae55517a6957b30302bc5..8d257d8f1365b84be4a0bc5d287682470cb4cd2c 100755 (executable)
@@ -15,8 +15,9 @@
 #ifndef __GLTEXFONTH__
 #define __GLTEXFONTH__
 
-#ifdef _WIN32
 #include <stdlib.h>
+#include <string.h>
+#ifdef _WIN32
 #include "glpangofont.h"       
 typedef float GLfloat;
 #else
index d1454f1cd553f146afbbb78cb4a6f92c83a5de47..36396d16993d6f0ddc1a2bec38bfb8d895d1fbd7 100644 (file)
@@ -1,6 +1,7 @@
 #include "glcompbutton.h"
 #include "glcomptexture.h"
 #include "glTexFont.h"
+#include <string.h>
 
 glCompButton *glCompButtonNew(GLfloat x, GLfloat y, GLfloat w, GLfloat h,
                              char *caption, char *glyphfile,