summaryrefslogtreecommitdiff
path: root/x11/hamclock/files/patch-liveweb.cpp
blob: 2e75073c14099c02a7a0dc35ce10c424201ee61c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- liveweb.cpp.orig	2025-09-12 01:16:46 UTC
+++ liveweb.cpp
@@ -12,7 +12,7 @@
 #include "HamClock.h"
 
 // web socket library
-#include "ws.h"
+#include "wsServer/include/ws.h"
 
 
 // import png writer -- complete implementation in a header file -- amazing.