strdup needs string.h.

This commit is contained in:
riccardom 2010-04-24 14:31:42 +00:00
parent 7c420765a9
commit d2434c3bd9
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define _COMMON_H_
#include <stdio.h>
#include <string.h>
#include "types.h"
#include <string>