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:
committed by
Miguel de Icaza
parent
c94e9ff659
commit
aa6de37d85
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user