Browse Source

Use correct include path

Matthias Vogelgesang 9 years ago
parent
commit
0316770fc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lamino.c

+ 1 - 1
lamino.c

@@ -1,5 +1,5 @@
 #include <stdlib.h>
-#include <ufo-0/ufo/ufo.h>
+#include <ufo/ufo.h>
 
 typedef struct {
     gchar *radios;