Install msysDVLPR-1.0.0-alpha-1
[msysgit.git] / include / memory.h
blob2e16766b98550b6951e6f218a6e2b013394c8240
1 /* memory.h
3 Copyright 1998, 2001 Red Hat, Inc.
5 This file is part of Cygwin.
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
9 details. */
11 #ifndef _MEMORY_H
12 #define _MEMORY_H
14 /* This allows more things to compile. */
15 #include <string.h>
17 #endif /* _MEMORY_H */