]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/io-sync.c
Opt: Make OPT_LAST_ARG actually work and document interface of opt_parse()
[libucw.git] / ucw / io-sync.c
index 08ac93fa0edd6e3c7ff258d7b137c00e525171f3..00a3b5f21cc687b2c3874824bf0cfecef8dc106f 100644 (file)
@@ -4,8 +4,8 @@
  *     (c) 2004--2012 Martin Mares <mj@ucw.cz>
  */
 
-#include "ucw/lib.h"
-#include "ucw/io.h"
+#include <ucw/lib.h>
+#include <ucw/io.h>
 
 #include <fcntl.h>
 #include <unistd.h>