[rtems commit] libcsupport: Include missing header file

Sebastian Huber sebh at rtems.org
Thu Mar 26 20:38:35 UTC 2015


Module:    rtems
Branch:    master
Commit:    1a6683aa57dbda70c8fbe054a0a199d31cc33e17
Changeset: http://git.rtems.org/rtems/commit/?id=1a6683aa57dbda70c8fbe054a0a199d31cc33e17

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 26 21:37:33 2015 +0100

libcsupport: Include missing header file

---

 cpukit/libcsupport/src/pwdgrp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libcsupport/src/pwdgrp.c b/cpukit/libcsupport/src/pwdgrp.c
index b184ea8..5027b01 100644
--- a/cpukit/libcsupport/src/pwdgrp.c
+++ b/cpukit/libcsupport/src/pwdgrp.c
@@ -33,6 +33,7 @@
 #include <limits.h>
 #include <ctype.h>
 #include <pthread.h>
+#include <stdint.h>
 
 #include <rtems/seterr.h>
 




More information about the vc mailing list