summaryrefslogtreecommitdiff
path: root/irc/ctrlproxy/files/patch-mods:stats.c
blob: ea4f0703ad156d51a4cebf0db3e98f08f2984b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mods/stats.c.orig	Wed Jan  7 09:20:11 2004
+++ mods/stats.c	Wed Jan  7 09:20:19 2004
@@ -28,9 +28,9 @@
 #include <malloc.h>
 #include <stdio.h>
 #include <time.h>
-#include <tdb.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <tdb.h>
 #include <fcntl.h>
 
 #define MAX_REGEX_SUBMATCHES 30