diff options
author | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:57:20 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:57:20 +0000 |
commit | 5e40b5b6941eca139927ac6d999d996caa53e795 (patch) | |
tree | 377bd9506c5fcba383a281efbb48f1b56904f9cb /kasetkey | |
parent | c4a5f0a57b43c5fa18af076e9733d36873bf94f6 (diff) |
Fix the includes along the lines that I was trying the first time.
Diffstat (limited to 'kasetkey')
-rw-r--r-- | kasetkey/kasetkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kasetkey/kasetkey.c b/kasetkey/kasetkey.c index 8e2e35a..f225e27 100644 --- a/kasetkey/kasetkey.c +++ b/kasetkey/kasetkey.c @@ -16,7 +16,7 @@ #include <errno.h> #include <fcntl.h> #include <stdlib.h> -#include <strerror.h> +#include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> |