diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-07 20:16:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-07 20:16:13 +0000 |
commit | 69a0b05bbb7e81a4850b3a1f673488a1ef86b034 (patch) | |
tree | dcdc82293348e3f7824e3874c798ac3cee6d4217 /xserver/os/privsep.c | |
parent | f90090613ea760cfa6c769306a1253537568d6cf (diff) |
Add privsep prototypes to osdep.h
Diffstat (limited to 'xserver/os/privsep.c')
-rw-r--r-- | xserver/os/privsep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xserver/os/privsep.c b/xserver/os/privsep.c index 2da3078be..6cc8cda47 100644 --- a/xserver/os/privsep.c +++ b/xserver/os/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.22 2012/08/07 20:15:23 matthieu Exp $ */ +/* $OpenBSD: privsep.c,v 1.23 2012/08/07 20:16:12 matthieu Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -49,6 +49,7 @@ #include <unistd.h> #include "os.h" +#include "osdep.h" enum cmd_types { PRIV_OPEN_DEVICE, |