Fix tests on Arch Linux (#2163)

* fix search_memory test

* fix for tests
pull/2120/head
Piotr Zarycki 2 years ago committed by GitHub
parent 5e77036b77
commit 92640c7131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,6 @@
#include <arpa/inet.h>
#include <stdio.h>
#include <unistd.h>
#define PORT 31337

@ -4,6 +4,7 @@
*/
#include <stdlib.h>
#include <string.h>
void break_here(void) {}

Loading…
Cancel
Save