diff options
Diffstat (limited to 'surface.h')
-rw-r--r-- | surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ #include "doomdev.h" -int new_surface(struct doomdev_ioctl_create_surface *params); +int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params); #endif |