chiark / gitweb /
Work around buggy FreeBSD strptime()
[disorder] / lib / table.c
index 503638b34fbad12741f70792e27f8a37de38bae9..d37ffe36960e7fb4ab71c8c66bb70be0d4ca4b04 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2004 Richard Kettlewell
+ * Copyright (C) 2004, 2007, 2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,9 +18,7 @@
  * USA
  */
 
-#include <config.h>
-
-#include <string.h>
+#include "common.h"
 
 #include "table.h"