mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fedora Rawhide builds fail without stdlib include
Implicit declarations of malloc, free, atoi, and others are considered an error now. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8bf8f18962
commit
8e212c0858
12 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "ssrf.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue