Skip to content
Snippets Groups Projects
Commit 8fee439b authored by jette's avatar jette
Browse files

Fix header problem for NetBSD

patch-src plugins accounting  storage filetxt filetxt  jobacct  process.c
Patch from Aleksej Saushev.
parent dd878e46
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
* This file is patterned after jobcomp_linux.c, written by Morris Jette and * This file is patterned after jobcomp_linux.c, written by Morris Jette and
* Copyright (C) 2002 The Regents of the University of California. * Copyright (C) 2002 The Regents of the University of California.
\*****************************************************************************/ \*****************************************************************************/
#if defined(__NetBSD__)
#include <sys/resource.h> /* for struct rusage */
#endif
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
#include <sys/stat.h> #include <sys/stat.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment