Skip to content

Commit 4e506e6

Browse files
committed
Add missing <sys/param.h>
This commit was SVN r13478.
1 parent bf51131 commit 4e506e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

orte/tools/orte-clean/orte-clean.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
#ifdef HAVE_SYS_WAIT_H
4040
#include <sys/wait.h>
4141
#endif
42+
#ifdef HAVE_SYS_PARAM_H
43+
#include <sys/param.h>
44+
#endif
4245
#ifdef HAVE_STRING_H
4346
#include <string.h>
4447
#endif /* HAVE_STRING_H */

0 commit comments

Comments
 (0)