Skip to content
Snippets Groups Projects
Commit 9da73532 authored by Simon McVittie's avatar Simon McVittie
Browse files

trivial: Add missing inclusions of <string.h>, <stdlib.h>


These are implied by some other header on Debian 10, but not on
SteamRT 1.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 41f93030
No related branches found
No related tags found
No related merge requests found
Pipeline #1328 passed
......@@ -33,6 +33,8 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
......
......@@ -31,6 +31,7 @@
#include <glib/gstdio.h>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment