Include "prototypes.h" to make sure the exported prototypes are

the ones used for the definition of functions.
This commit is contained in:
nekral-guest
2008-01-05 13:23:22 +00:00
parent b7d372d8e3
commit 96bca84ca4
8 changed files with 15 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <ctype.h>
#include <errno.h>
#include "defines.h"
#include "prototypes.h"
#include "port.h"
extern int errno;