diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:40:36 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:40:36 +0900 |
commit | 97330b5a608c2213fdf3f49bfbaa268bf9627920 (patch) | |
tree | eb753c0b9543739bb05137b73562d705d0ce8c6f /tools/archrepo2solv.c | |
parent | e197f682d93362b26879b545062694a050a4c4b4 (diff) | |
download | libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.tar.gz libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.tar.bz2 libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.zip |
Imported Upstream version 0.6.27upstream/0.6.27
Change-Id: I4feccd10bd9fe0514ff13520136e962b6c093175
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'tools/archrepo2solv.c')
-rw-r--r-- | tools/archrepo2solv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/archrepo2solv.c b/tools/archrepo2solv.c index 6dcb076..5f8eade 100644 --- a/tools/archrepo2solv.c +++ b/tools/archrepo2solv.c @@ -15,12 +15,10 @@ */ #include <sys/types.h> -#include <limits.h> -#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <getopt.h> +#include <unistd.h> #include "pool.h" #include "repo.h" |