aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/include/mem.h
blob: 20c8fa4a5865ee9a8f3e5343a47969d6c43a7f67 (plain)
1
2
3
4
5
6
7
8
/*
 * This file is part of the Mingw32 package.
 *
 * mem.h maps to string.h
 */
#ifndef	__STRICT_ANSI__
#include <string.h>
#endif