mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
grid: include <stdlib.h>, for qsort_r()
This commit is contained in:
parent
c7e51bdf72
commit
aa1f589e3f
1 changed files with 1 additions and 0 deletions
1
grid.c
1
grid.c
|
|
@ -1,5 +1,6 @@
|
|||
#include "grid.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_MODULE "grid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue