libcsupport: Add missing include

Update #3598.
This commit is contained in:
Sebastian Huber
2018-11-08 13:09:54 +01:00
parent 2c8b87f998
commit ac8025c113

View File

@@ -29,6 +29,7 @@ int fdatasync(int); /* still not always prototyped */
#include <stdio.h>
#include <rtems.h>
#include <rtems/score/thread.h>
#include <rtems/score/percpu.h>
/* XXX check standards -- Linux version appears to be void */