freebsd-ports/games/qonk/files/patch-src_sdl__driver.cpp
Dmitry Marakasov 4f13a57d72 - Fix license
- Switch to USES=localbase
- makeparch
- Take maintainership
2016-11-21 14:52:46 +00:00

10 lines
226 B
C++

--- src/sdl_driver.cpp.orig 2007-09-14 05:43:03 UTC
+++ src/sdl_driver.cpp
@@ -5,6 +5,7 @@
#include <SDL/SDL.h>
#include <SDL/SDL_ttf.h>
#include <cstdio>
+#include <cstdlib>
#include "sdl_driver.h"
#include "canvas.h"