diff options
Diffstat (limited to 'resource/sys/vlimit.h')
-rw-r--r-- | resource/sys/vlimit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/sys/vlimit.h b/resource/sys/vlimit.h index 4d07fab713..d66368ab92 100644 --- a/resource/sys/vlimit.h +++ b/resource/sys/vlimit.h @@ -17,8 +17,8 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_VLIMIT_H - #define _SYS_VLIMIT_H 1 + #include <features.h> __BEGIN_DECLS @@ -65,4 +65,4 @@ extern int vlimit __P ((enum __vlimit_resource __resource, int __value)); __END_DECLS -#endif /* vlimit.h */ +#endif /* sys/vlimit.h */ |