Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove sysexits.h from pkg.h
Baptiste Daroussin committed 9 years ago
commit b0d576ba48d64f0aa47515adbc64199726d56820
parent c321b5b
2 files changed +1 -1
modified libpkg/pkg.h.in
@@ -44,7 +44,6 @@ extern "C" {
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
-
#include <sysexits.h>

/* The expected name of the pkg(8) binary executable. */
#ifndef PKG_EXEC_NAME
modified libpkg/pkg_config.c
@@ -41,6 +41,7 @@
#include <osreldate.h>
#endif
#include <ucl.h>
+
#include <sysexits.h>

#include "pkg.h"
#include "private/pkg.h"