d3dx9: Implementation of D3DXGetPixelShaderProfile.
diff --git a/include/d3dx9shader.h b/include/d3dx9shader.h
index 6d2aa41..38ca97d 100644
--- a/include/d3dx9shader.h
+++ b/include/d3dx9shader.h
@@ -25,6 +25,7 @@
 extern "C" {
 #endif
 
+LPCSTR WINAPI D3DXGetPixelShaderProfile(LPDIRECT3DDEVICE9 device);
 UINT WINAPI D3DXGetShaderSize(const DWORD *byte_code);
 DWORD WINAPI D3DXGetShaderVersion(const DWORD *byte_code);