diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:11:35 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:11:35 +0000 |
commit | e2ce68990faf4fb83c1c2d9ebe29178829cbc2d5 (patch) | |
tree | 88f97d0d271cf3d8eeb11343c4c1800a5a26e662 | |
parent | e041cfba34d3da099b3ada67d26f33a6e1297804 (diff) |
<des.h>
-rw-r--r-- | lib/libdes/des_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/des_locl.h b/lib/libdes/des_locl.h index 295ff74f9ce..1bdf497a9a4 100644 --- a/lib/libdes/des_locl.h +++ b/lib/libdes/des_locl.h @@ -78,7 +78,7 @@ #ifndef MSDOS #include <unistd.h> #endif -#include "des.h" +#include <des.h> #ifndef DES_DEFAULT_OPTIONS /* the following is tweaked from a config script, that is why it is a |