Include <alias.h>, not "alias.h"

This commit is contained in:
Brian Somers 1997-05-25 19:49:44 +00:00
parent b2845e83db
commit dcb1c20021
2 changed files with 2 additions and 4 deletions

View File

@ -8,12 +8,11 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <alias.h>
#include "command.h"
#include "vars.h"
#include "alias.h"
static int
StrToAddr (char *, struct in_addr* addr);

View File

@ -8,12 +8,11 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <alias.h>
#include "command.h"
#include "vars.h"
#include "alias.h"
static int
StrToAddr (char *, struct in_addr* addr);