Actually change <strings.h> to <string.h> as I already said in the

ChangeLog, but had not done after all.
This commit is contained in:
Tor Lillqvist 1999-03-15 17:48:28 +00:00
parent 43ab625770
commit 8599979585
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
*/
#include <ctype.h>
#include <strings.h>
#include <string.h>
#include "gtkaccelgroup.h"
#include "gdk/gdkkeysyms.h"
#include "gtksignal.h"

View File

@ -28,7 +28,7 @@
*/
#include <ctype.h>
#include <strings.h>
#include <string.h>
#include <stdarg.h>
#include "gtkbindings.h"
#include "gtksignal.h"