Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update webserver.cpp
  • Loading branch information
oberdorc authored Mar 3, 2024
commit 0e24af6e6e2eebbc9fda88113e691e551c6c5348
2 changes: 1 addition & 1 deletion src/webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <vector>

#ifdef HAVE_GNUTLS
#include<gnutls.h>
#include<gnutls/gnutls.h>
#endif

#include "httpserver/create_webserver.hpp"
Expand Down