diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-01-01 12:22:55 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-01-01 12:22:55 +0000 |
commit | 023b0e0fc0268ad5ad0685d7aa259696f0112955 (patch) | |
tree | b29c64021ab6e165c94fb92f3e7626f9f5e7410b /src/fs/fs_uri.c | |
parent | 8ff94960c9e4512388bfb3a0062786e5e2531b53 (diff) |
-trying to pick better order of includes
git-svn-id: https://gnunet.org/svn/gnunet@18877 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r-- | src/fs/fs_uri.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 93f936653c..f8bd76f567 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -82,10 +82,11 @@ #include "gnunet_fs_service.h" #include "gnunet_signatures.h" #include "fs_api.h" +#include <unitypes.h> #include <unicase.h> +#include <uniconv.h> #include <unistr.h> #include <unistdio.h> -#include <uniconv.h> |