summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/mmsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/mmsystem.h')
-rw-r--r--winsup/w32api/include/mmsystem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/mmsystem.h b/winsup/w32api/include/mmsystem.h
index 63451f974..a1634ad63 100644
--- a/winsup/w32api/include/mmsystem.h
+++ b/winsup/w32api/include/mmsystem.h
@@ -1,6 +1,9 @@
#ifndef _MMSYSTEM_H
#define _MMSYSTEM_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
#pragma pack(push,1)
#ifdef __cplusplus
extern "C" {