소스 검색

Use correct include path

Matthias Vogelgesang 9 년 전
부모
커밋
0316770fc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;