DEADSOFTWARE

portability: avoid errors on some compilers
[flatwaifu.git] / src / common / files.h
index a575ec1ce162f90871f06f2cb8b086acc7b26680..e10798d23c8e6bf5f0112fb6b0d6407675c256a2 100644 (file)
@@ -2,7 +2,7 @@
 #define COMMON_FILES_H_INCLUDED
 
 #include <stdio.h>
-#include "streams.h"
+#include "common/streams.h"
 
 typedef struct FILE_Stream {
   Stream base;