]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/getopt.h
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / getopt.h
index 43866fc484fb0abfcdb741013d10cd76ea4bd10e..6263d47fb6df6acd8e19968216cab5cd9614efbf 100644 (file)
@@ -12,7 +12,7 @@
 #define        _UCW_GETOPT_H
 
 #ifdef CONFIG_UCW_OWN_GETOPT
-#include "ucw/getopt/getopt-sh.h"
+#include <ucw/getopt/getopt-sh.h>
 #else
 #include <getopt.h>
 #endif