diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-11-03 10:50:48 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-11-03 10:50:48 (GMT) |
| commit | 175b37d23944be2c4c5928476e67d380d5920461 (patch) | |
| tree | 9255de2e961868e876d831a404f9b7c79d2050e0 /src | |
| parent | 79a36b526d4e5365727aff5c2bcda225a53bf5d6 (diff) | |
| download | powder-175b37d23944be2c4c5928476e67d380d5920461.zip powder-175b37d23944be2c4c5928476e67d380d5920461.tar.gz | |
added debug flag
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,7 +21,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -29,7 +28,7 @@ #include <SDL/SDL.h> #include <bzlib.h> #include <time.h> - +#include <sdvsd.h> #ifdef WIN32 #include <direct.h> #else |
