fix broken multi-inclusion guard in sys/reg.h

This commit is contained in:
Rich Felker 2011-09-19 11:56:09 -04:00
parent d960d4f2cb
commit 53431b091b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef _SYS_USER_H
#define _SYS_USER_H
#ifndef _SYS_REG_H
#define _SYS_REG_H
#include <limits.h>
#include <unistd.h>