diff options
author | Ian Moffett <ian@osmora.org> | 2024-10-01 00:24:54 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-10-01 00:25:11 -0400 |
commit | 9b50f08c3995c2215420bba8eca029b14514dfac (patch) | |
tree | c73be9812e8cfabc451dd370512a0d819c70957a /lib/include/net/auth.h | |
parent | 7d1a25045f30882dd5d5618a83b4bbb5564ebf8f (diff) |
project: Convert project to library
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/include/net/auth.h')
-rw-r--r-- | lib/include/net/auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <net/stpsession.h> -#include <libostp/session.h> -#include <libostp/server.h> +#include <ostp/net/stpsession.h> +#include <ostp/session.h> +#include <ostp/server.h> int handle_srq(struct ostp_client *c, struct ostp_listener *lp, struct session_request *srq); |