-/* $Id: manytex.c,v 1.1 2003/08/06 17:47:15 keithw Exp $ */
+/* $Id: manytex.c,v 1.2 2003/08/23 01:28:59 jonsmirl Exp $ */
/*
* test handling of many texture maps
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include <GL/glut.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <GL/gl.h>
#if USE_MINIGLX
-/* $Id: miniglxtest.c,v 1.1 2003/08/06 17:47:15 keithw Exp $ */
+/* $Id: miniglxtest.c,v 1.2 2003/08/23 01:28:59 jonsmirl Exp $ */
/*
* Test the mini GLX interface.
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <GL/gl.h>
#define USE_MINI_GLX 1
#if USE_MINI_GLX
-/* $Id: sample_server2.c,v 1.1 2003/08/06 17:47:15 keithw Exp $ */
+/* $Id: sample_server2.c,v 1.2 2003/08/23 01:28:59 jonsmirl Exp $ */
/*
* Sample server that just keeps first available window mapped.
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
#include <GL/gl.h>
#include <GL/miniglx.h>
#include <errno.h>