fixed windows build part two. missing include of stdint.h

master
Steffen Pohle 1 year ago
parent 34e4995764
commit bcbb0514bc

@ -7,6 +7,7 @@
#include "tcp.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#define SIZE_BUFFER 4096
int main (int argc, char **argv) {

@ -7,6 +7,7 @@
#include "tcp.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#define SIZE_BUFFER 4096

Loading…
Cancel
Save