chiark / gitweb /
DisOrder 3.0
[disorder] / server / api-server.c
index 04c0f25c8c254541c2bf373ff78719380be420f0..b1267f0f0f7ac254e8fb0313925ad8c1a9d4b6a3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005 Richard Kettlewell
+ * Copyright (C) 2004, 2005, 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 <stdlib.h>
@@ -32,6 +33,7 @@
 #include "mem.h"
 #include "disorder.h"
 #include "event.h"
+#include "rights.h"
 #include "trackdb.h"
 
 int disorder_track_exists(const char *track)  {