Selaa lähdekoodia

Use correct include path

Matthias Vogelgesang 9 vuotta sitten
vanhempi
commit
0316770fc5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;