chiark / gitweb /
Only report failure to find OSS devices once, not every time we think
[disorder] / server / api-server.c
index 18056f28a1ae8f69eae614b1c6d751a86df25187..e1529807a6feaca83737ecae230115035613f566 100644 (file)
@@ -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)  {
@@ -57,4 +59,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:b39fbeb5a45190fa30e7f3ac20cd6c34 */