--- crypt/aes.h.orig Tue Jun 17 09:52:19 2003 +++ crypt/aes.h Tue Jun 17 10:04:23 2003 @@ -42,7 +42,11 @@ half the AES code it's the best we can do */ #if ( defined( __GNUC__ ) && ( __GNUC__ >= 2 ) ) || defined( HAS_STDINT_H ) - #include + #if defined(__FreeBSD__) + #include + #elif + #include + #endif #else #include "itypes.h" #endif /* Systems with C99 headers */