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

This commit is contained in:
Francois Gouget 2007-09-12 23:42:02 +02:00 committed by Alexandre Julliard
parent 547b0f3417
commit 5ac6e1f5c5
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif