aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-19 15:15:48 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-19 15:15:48 +0100
commitc796b47b1382845f699cdcf6718f616bb3aa5f28 (patch)
tree1cf8a8078b740e993c6706c3a6b8cb7e041a4481 /libq/set.h
parentbuild: add autoconf helper files (diff)
downloadportage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.tar.gz
portage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.tar.bz2
portage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.zip
build: add gnulib sources
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'libq/set.h')
-rw-r--r--libq/set.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libq/set.h b/libq/set.h
index d8b8f3e8..27e30ad0 100644
--- a/libq/set.h
+++ b/libq/set.h
@@ -6,8 +6,9 @@
#ifndef _SET_H
#define _SET_H 1
-#include "porting.h"
#include <stdlib.h>
+#include <stdbool.h>
+#include <unistd.h>
typedef struct elem_t elem;
typedef struct set_t set;