summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-linux.c')
-rw-r--r--openbsd-compat/port-linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index 5e2e878dc..77f3a1c17 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -1,4 +1,4 @@
1/* $Id: port-linux.c,v 1.2 2006/07/24 04:51:01 djm Exp $ */ 1/* $Id: port-linux.c,v 1.3 2006/09/01 05:38:41 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com> 4 * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com>
@@ -24,6 +24,7 @@
24#include "includes.h" 24#include "includes.h"
25 25
26#include <errno.h> 26#include <errno.h>
27#include <stdarg.h>
27#include <string.h> 28#include <string.h>
28 29
29#ifdef WITH_SELINUX 30#ifdef WITH_SELINUX