Merge branch 'gallium-noconstbuf'
[mesa.git] / src / gallium / state_trackers / glx / xlib / glx_getproc.c
index ca7d88c9227f1d08c5735516d12501f1b31a5c9b..84d47b12edcd2f0a53df6e462bb88eecc918a82e 100644 (file)
@@ -34,6 +34,7 @@
 #include <string.h>
 #include "GL/glx.h"
 #include "glapi/glapi.h"
+#include "pipe/p_compiler.h"
 
 
 struct name_address_pair {
@@ -208,6 +209,7 @@ glXGetProcAddressARB(const GLubyte *procName)
 
 
 /* GLX 1.4 */
+PUBLIC
 void (*glXGetProcAddress(const GLubyte *procName))()
 {
    return glXGetProcAddressARB(procName);