From 5a18f8a5b8ab07a9464acba689053fb171709e7d Mon Sep 17 00:00:00 2001 From: danij Date: Sun, 23 Mar 2008 11:50:42 +0000 Subject: [PATCH] Added missing include for string.h --- doomsday/plugins/jdoom/src/d_api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doomsday/plugins/jdoom/src/d_api.c b/doomsday/plugins/jdoom/src/d_api.c index 4fa845937f..c6870f95f4 100644 --- a/doomsday/plugins/jdoom/src/d_api.c +++ b/doomsday/plugins/jdoom/src/d_api.c @@ -28,6 +28,8 @@ // HEADER FILES ------------------------------------------------------------ +#include + #include "jdoom.h" #include "d_netsv.h" @@ -133,7 +135,7 @@ void *G_GetVariable(int id) * Takes a copy of the engine's entry points and exported data. Returns * a pointer to the structure that contains our entry points and exports. */ -game_export_t *GetGameAPI(game_import_t * imports) +game_export_t *GetGameAPI(game_import_t *imports) { // Take a copy of the imports, but only copy as much data as is // allowed and legal.