Add missing includes config.h, prototypes.h and file.h.

This commit is contained in:
Ron Koenderink 2006-07-11 03:14:56 +00:00
parent 6d90861aae
commit 7748e65fe6

View file

@ -32,8 +32,11 @@
* Ron Koenderink, 2006
* Markus Armbruster, 2006
*/
#include "empobj.h"
#include "config.h"
#include "prototypes.h"
#include "file.h"
#include "empobj.h"
char *
obj_nameof(struct empobj *gp)