WIP: missing picoles dir

This commit is contained in:
mco-system
2025-10-05 10:32:35 +11:00
parent 8a9dff3514
commit 25ccec2fd3
6 changed files with 28 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ typedef struct userinfos {
} userinfos;
pthread_mutex_t mutex_broadcast;
pthread_mutex_t mutex_clients;
extern pthread_mutex_t mutex_broadcast;
extern pthread_mutex_t mutex_clients;
#endif