diff options
Diffstat (limited to 'resource/Makefile')
-rw-r--r-- | resource/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource/Makefile b/resource/Makefile index 8235770..06bc7a2 100644 --- a/resource/Makefile +++ b/resource/Makefile @@ -20,7 +20,7 @@ subdir := resource include ../Makeconfig headers := sys/resource.h bits/resource.h sys/vlimit.h sys/vtimes.h \ - ulimit.h + ulimit.h bits/types/struct_rusage.h routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit \ vlimit vtimes getpriority setpriority nice |