diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 09:40:24 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 09:40:24 +0200 |
commit | 3325b9aa2a719ae200b18b8f44f0b2452c27d49d (patch) | |
tree | e2c7b2d3721601ff0f733474e6e3cdb98888518b /src | |
parent | 43a678e5083b25f3fd6f16bc805aea2b09690491 (diff) | |
download | xine-lib-3325b9aa2a719ae200b18b8f44f0b2452c27d49d.tar.gz xine-lib-3325b9aa2a719ae200b18b8f44f0b2452c27d49d.tar.bz2 |
Forgot to include attributes.h
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/mmx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index b2acd607b..88789e86f 100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -31,6 +31,8 @@ # include "config.h" #endif +#include "attributes.h" + #include "goom_graphic.h" /* Warning: at this writing, the version of GAS packaged |