Adjusted includes so no longer a clash with old and new includes

This commit is contained in:
csmall
2002-06-24 04:29:04 +00:00
parent a81052c692
commit 15ca5a130d
4 changed files with 9 additions and 8 deletions

View File

@ -16,8 +16,8 @@
#include <unistd.h>
#include <fcntl.h>
#include "proc/version.h"
#include "proc/sysinfo.h" /* include self to verify prototypes */
#include "version.h"
#include "sysinfo.h" /* include self to verify prototypes */
#ifndef HZ
#include <netinet/in.h> /* htons */