]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/asort-test.c
UCW::CGI: When a file is uploaded, its original name can be obtained
[libucw.git] / ucw / asort-test.c
index f89e0b86c4987f014572ff81e3f9329a5b09c906..351e65550d479aa841226982443b821650e82eae 100644 (file)
@@ -7,7 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
+#include <ucw/lib.h>
+#include <ucw/time.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -62,7 +63,7 @@ static int qs_comp(const struct elt *X, const struct elt *Y)
 }
 
 #define ASORT_PREFIX(x) as_##x
-#include "ucw/sorter/array-simple.h"
+#include <ucw/sorter/array-simple.h>
 
 int main(void)
 {