quick fix

This commit is contained in:
thematdev 2023-07-06 17:47:57 +03:00
parent 8822fb6f20
commit 449ef8c596
Signed by: thematdev
GPG Key ID: D12878639B090D90
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "config.h"
#include "utils.h"
#include <string.h>
#define UUID_SIZE 37
/* TODO: place cookie normally */

View File

@ -10,6 +10,7 @@
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#define UUID_SIZE 37