diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_fs.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_fs.h b/src/gallium/drivers/llvmpipe/lp_fs.h index 408167075ae..505e21138f5 100644 --- a/src/gallium/drivers/llvmpipe/lp_fs.h +++ b/src/gallium/drivers/llvmpipe/lp_fs.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell <[email protected]> */ -#ifndef SP_FS_H -#define SP_FS_H +#ifndef LP_FS_H +#define LP_FS_H struct lp_fragment_shader * llvmpipe_create_fs_exec(struct llvmpipe_context *llvmpipe, |