chiark / gitweb /
Work around buggy FreeBSD strptime()
[disorder] / lib / table.c
index 1f30980023d16b2cf90a06addee1aa8441bb8943..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"
 
@@ -47,4 +45,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:0cc7ee1d25ae5e35f8dbd2460c9f4afa */