From 9b50f08c3995c2215420bba8eca029b14514dfac Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 1 Oct 2024 00:24:54 -0400 Subject: project: Convert project to library Signed-off-by: Ian Moffett --- lib/include/net/auth.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/include/net/auth.h') diff --git a/lib/include/net/auth.h b/lib/include/net/auth.h index 0f22d22..f3f47d1 100644 --- a/lib/include/net/auth.h +++ b/lib/include/net/auth.h @@ -30,9 +30,9 @@ #ifndef NET_AUTH_H_ #define NET_AUTH_H_ -#include -#include -#include +#include +#include +#include int handle_srq(struct ostp_client *c, struct ostp_listener *lp, struct session_request *srq); -- cgit v1.2.3