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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index 54ec2910e..5e2e878dc 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -1,4 +1,4 @@
1/* $Id: port-linux.c,v 1.1 2006/04/22 11:26:08 djm Exp $ */ 1/* $Id: port-linux.c,v 1.2 2006/07/24 04:51:01 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com> 4 * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com>
@@ -23,6 +23,9 @@
23 23
24#include "includes.h" 24#include "includes.h"
25 25
26#include <errno.h>
27#include <string.h>
28
26#ifdef WITH_SELINUX 29#ifdef WITH_SELINUX
27#include "log.h" 30#include "log.h"
28#include "port-linux.h" 31#include "port-linux.h"