summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-12-02 00:25:06 +0000
committerIan Romanick <idr@us.ibm.com>2005-12-02 00:25:06 +0000
commit5abff7bc4da6eedbfe2a6e98f81f7b13ea90a27f (patch)
treedae3d9ba27d4056ec89e6ef9c0632aad7445c45f /src/mesa/x86-64
parentc9515bf1aec3a3d934535a9d2893e90e8b903043 (diff)
Fix build issues on x86-64 due to missing include path in
glapi_x86-64.S. Bug: #5602
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r--src/mesa/x86-64/glapi_x86-64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S
index dbc2d77027..3bbce4b78d 100644
--- a/src/mesa/x86-64/glapi_x86-64.S
+++ b/src/mesa/x86-64/glapi_x86-64.S
@@ -29,7 +29,7 @@
* the symbol visibility mode to 'default'.
*/
-#include "assyntax.h"
+#include "../x86/assyntax.h"
#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303
# pragma GCC visibility push(default)