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

MFC after:	3 days
This commit is contained in:
Brian Somers 2005-01-10 10:54:06 +00:00
parent e80cfa4631
commit 2a4cd52421
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139976
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