Commit 5ac6e1f5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

crypt32: We don't consider sys/types.h to be a conditional include.

parent 547b0f34
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
#include "config.h" #include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment