Include <string.h>

2000-02-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* e-table-header.c: Include <string.h>

svn path=/trunk/; revision=1842
This commit is contained in:
Miguel de Icaza
2000-02-18 22:54:49 +00:00
committed by Miguel de Icaza
parent c94e9ff659
commit aa6de37d85
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* e-table-header.c: Include <string.h>
* Makefile.am (INCLUDES): Add EXTRA_GNOME_CFLAGS to INCLUDES>
2000-02-12 Iain Holmes <ih@csd.abdn.ac.uk>

View File

@ -7,6 +7,7 @@
* (C) 1999 Helix Code, Inc
*/
#include <config.h>
#include <string.h>
#include <gtk/gtkobject.h>
#include <gtk/gtksignal.h>
#include "e-table-header.h"

View File

@ -7,6 +7,7 @@
* (C) 1999 Helix Code, Inc
*/
#include <config.h>
#include <string.h>
#include <gtk/gtkobject.h>
#include <gtk/gtksignal.h>
#include "e-table-header.h"