#include <stdint.h> instead of <rtems/stdint.h>.

This commit is contained in:
Ralf Corsepius
2008-12-11 00:47:56 +00:00
parent 2a701530b7
commit 1cb54d1f38
30 changed files with 30 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
#include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h>
#include <rtems/rtemsdialer.h>
#include <rtems/stdint.h>
#include <stdint.h>
#if defined(__STDC__)
#include <stdarg.h>