blob: b2aa48d58a99b0fbbc481e6e84d1e3479c2d9338 (
plain) (
tree)
|
|
--- src/npop3get.cxx.orig Fri Jun 23 10:42:27 2000
+++ src/npop3get.cxx Sun Oct 1 05:08:18 2000
@@ -12,8 +12,8 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
-#include <utime.h>
#include <sys/types.h>
+#include <utime.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
|