1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00

use installed include file

ok martijn
This commit is contained in:
deraadt 2020-10-26 15:57:03 +00:00
parent d8a1ebc417
commit fb16b9d102
2 changed files with 3 additions and 3 deletions
lib/libagentx

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2020/10/26 15:56:02 deraadt Exp $
# $OpenBSD: Makefile,v 1.4 2020/10/26 15:57:03 deraadt Exp $
LIB= agentx
@ -6,7 +6,7 @@ SRCS= ax.c agentx.c agentx_log.c
HDRS= agentx.h
MAN= agentx.3
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual

View File

@ -25,7 +25,7 @@
#include <unistd.h>
#include "agentx_internal.h"
#include "agentx.h"
#include <agentx.h>
enum agentx_index_type {
AXI_TYPE_NEW,