chiark / gitweb /
Merge event scheduling implementation. This fixes defect #6,
[disorder] / server / api-client.c
index a69ec7e2c77a8d4d341d9c89f3d8e2f2a3f5258d..2f6a01f4f62bc0ec47993a1b60390ec9b6df70f4 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
@@ -19,6 +19,7 @@
  */
 
 #include <config.h>
+#include "types.h"
 
 #include <stdio.h>
 #include <errno.h>
@@ -70,4 +71,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:3c00ffad971b689e5af1d9a9ff45a120 */