Skip to content

Commit

Permalink
Fixed: DENG_API_EXCHANGE requires string.h
Browse files Browse the repository at this point in the history
The call to memcpy() is done in the macro, so making sure the proper
header is included.
  • Loading branch information
skyjake committed Jan 17, 2013
1 parent 26c4dfe commit 48c87ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/api/dd_share.h
Expand Up @@ -37,6 +37,7 @@
#endif

#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <de/aabox.h>
#include "dengproject.h"
Expand Down

0 comments on commit 48c87ef

Please sign in to comment.