Update main.h added cstdint

fc-cpp
Alan Johnston 1 year ago committed by GitHub
parent c32e1595ed
commit d82e266076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,7 @@
#include <string.h>
#include <arpa/inet.h>
#include <errno.h>
#include <cstdint>
#define PORT 8080

Loading…
Cancel
Save

Powered by TurnKey Linux.