include "alias.h", not <alias.h>
MFC after: 3 days
This commit is contained in:
parent
c17de24e13
commit
ca629f8712
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user