diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-10-01 08:09:50 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-10-01 08:09:50 +1000 |
commit | 47bda1ff83b67b8007bbdc1e0999e2155e006cad (patch) | |
tree | 36879c4b1c0b443e8ad0e33f659e2ea9fe72f1b2 /audit-bsm.c | |
parent | 5e8381ee8626c0f0052241926abacf031b5187ec (diff) |
- (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no.
Diffstat (limited to 'audit-bsm.c')
-rw-r--r-- | audit-bsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audit-bsm.c b/audit-bsm.c index d5cf302ce..c26b4caed 100644 --- a/audit-bsm.c +++ b/audit-bsm.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: audit-bsm.c,v 1.4 2006/09/01 05:38:36 djm Exp $ */ | 1 | /* $Id: audit-bsm.c,v 1.5 2006/09/30 22:09:50 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * TODO | 4 | * TODO |
@@ -39,6 +39,7 @@ | |||
39 | 39 | ||
40 | #include <sys/types.h> | 40 | #include <sys/types.h> |
41 | 41 | ||
42 | #include <errno.h> | ||
42 | #include <stdarg.h> | 43 | #include <stdarg.h> |
43 | #include <unistd.h> | 44 | #include <unistd.h> |
44 | 45 | ||