diff options
author | Andrey Nazarov <skuller@skuller.net> | 2011-02-04 18:09:51 +0300 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2011-02-05 23:34:40 +0300 |
commit | 45c911a9207c89b525087a5feb7928899d1346f9 (patch) | |
tree | 853d1263d8c12db3e4443af1eb44dd4ff9b7dabd /src/sys_unix.c | |
parent | a82520689f1d2ccf58a3f49be5e3d9a0f4ae909a (diff) |
Rename ‘com_local.h’ into ‘common.h’.
Diffstat (limited to 'src/sys_unix.c')
-rw-r--r-- | src/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys_unix.c b/src/sys_unix.c index 99354b2..f38be84 100644 --- a/src/sys_unix.c +++ b/src/sys_unix.c @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <machine/param.h> #endif -#include "com_local.h" +#include "common.h" #include "q_list.h" #include "q_field.h" #include "prompt.h" |