diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 01:25:30 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 01:25:30 +0000 |
| commit | 163ae6707cd847dfb0bb482aa7706cacea2f22b5 (patch) | |
| tree | 1a47583fed4f7064db4adb477eff04d2d121ca64 | |
| parent | ddb7d629f1b80e7523cda271c324e6275a91505e (diff) | |
Notes
| -rw-r--r-- | lib/libutil/_secure_path.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 5c6572dec3d4f..550a092d00c22 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -24,9 +24,11 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> -#include <syslog.h> + #include <errno.h> #include <libutil.h> +#include <stddef.h> +#include <syslog.h> /* * Check for common security problems on a given path |
