diff options
Diffstat (limited to 'sandbox-null.c')
-rw-r--r-- | sandbox-null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox-null.c b/sandbox-null.c index eadaee2da..29fa9669f 100644 --- a/sandbox-null.c +++ b/sandbox-null.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD$ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> | 3 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> |
3 | * | 4 | * |
@@ -28,7 +29,7 @@ | |||
28 | #include <unistd.h> | 29 | #include <unistd.h> |
29 | 30 | ||
30 | #include "log.h" | 31 | #include "log.h" |
31 | #include "sandbox.h" | 32 | #include "ssh-sandbox.h" |
32 | #include "xmalloc.h" | 33 | #include "xmalloc.h" |
33 | 34 | ||
34 | /* dummy sandbox */ | 35 | /* dummy sandbox */ |