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

MFC after:	3 days
This commit is contained in:
brian 2005-01-10 10:54:06 +00:00
parent c17de24e13
commit ca629f8712
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <alias.h>
#include "alias.h"
/*
* These functions are for backwards compatibility and because apps may

View File

@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <alias.h>
#include "alias.h"
/*
* These functions are for backwards compatibility and because apps may