forked from AuroraMiddleware/gtk
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:
parent
43ab625770
commit
8599979585
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include "gtkaccelgroup.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtksignal.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include "gtkbindings.h"
|
||||
#include "gtksignal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user