nfsclient: Move defines to cover all header files

This commit is contained in:
Sebastian Huber
2013-12-16 10:55:27 +01:00
parent 99c2323d4f
commit fb664a21c2

View File

@@ -78,6 +78,9 @@
#include "config.h"
#endif
#define _KERNEL
#define __BSD_VISIBLE 1
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
@@ -86,8 +89,6 @@
#include <rtems/libio.h>
#include <rtems/error.h>
#define _KERNEL
#define __BSD_VISIBLE 1
#include <rtems/rtems_bsdnet.h>
#include <sys/errno.h>