diff options
Diffstat (limited to 'rfc2045.c')
-rw-r--r-- | rfc2045.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rfc2045.c b/rfc2045.c index a13608c..a0e5470 100644 --- a/rfc2045.c +++ b/rfc2045.c @@ -1,8 +1,8 @@ #include <sys/types.h> -#include <strings.h> -#include <string.h> #include <stdlib.h> +#include <string.h> +#include <strings.h> #include "blaze822.h" #include "blaze822_priv.h" |