freebsd-ports/editors/gnotepad+/files/patch-ab
Satoshi Taoka 1d2c2cd550 a simple GTK based text/HTML editor
PR:		10489
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1999-04-30 08:33:55 +00:00

18 lines
439 B
Text

--- src/file.c.~1~ Sat Mar 6 01:38:53 1999
+++ src/file.c Fri Apr 30 17:23:33 1999
@@ -24,7 +24,6 @@
#include <errno.h>
#include <stdlib.h>
#include <ctype.h>
-#include <utime.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
@@ -32,6 +31,7 @@
#include <sys/file.h>
#include <sys/types.h>
#include <sys/file.h>
+#include <utime.h>
#include "main.h"
#if defined(APP_GNP) && defined(USE_GTKXMHTML)
#include <glib.h>