strcmp needs the string.h
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 13 Sep 1999 14:31:32 +0000 (14:31 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 13 Sep 1999 14:31:32 +0000 (14:31 +0000)
src/glu/mesa/glu.c

index 5ce66151d9e0237727002a2ff367037262567f2e..be73335ad7e8075893605e72ea2568791aac4c75 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glu.c,v 1.5 1999/09/11 12:04:54 brianp Exp $ */
+/* $Id: glu.c,v 1.6 1999/09/13 14:31:32 joukj Exp $ */
 
 /*
  * Mesa 3-D graphics library
 
 /*
  * $Log: glu.c,v $
+ * Revision 1.6  1999/09/13 14:31:32  joukj
+ *
+ * strcmp needs the string.h
+ *
  * Revision 1.5  1999/09/11 12:04:54  brianp
  * added 1.2 function to gluGetProcAddressEXT()
  *
@@ -86,6 +90,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "gluP.h"
 #endif