Magellan Linux

Annotation of /trunk/xf86-video-r128/patches/xf86-video-r128-6.10.2-fix-missing-include.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3120 - (hide annotations) (download)
Mon Jun 11 11:48:21 2018 UTC (5 years, 11 months ago) by niro
File size: 194 byte(s)
-added patch to fix missing stdint.h include
1 niro 3120 --- a/src/atipcirename.h
2     +++ b/src/atipcirename.h
3     @@ -29,6 +29,8 @@
4     #ifndef ATIPCIRENAME_H
5     #define ATIPCIRENAME_H
6    
7     +#include <stdint.h>
8     +
9     enum region_type {
10     REGION_MEM,
11     REGION_IO