grid: include <stdlib.h>, for qsort_r()

This commit is contained in:
Daniel Eklöf 2021-05-15 13:32:10 +02:00
parent c7e51bdf72
commit aa1f589e3f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
grid.c
View file

@ -1,5 +1,6 @@
#include "grid.h"
#include <stdlib.h>
#include <string.h>
#define LOG_MODULE "grid"