Skip to content
Snippets Groups Projects
Commit 470af876 authored by Colin Walters's avatar Colin Walters
Browse files

Merge branch 'renameat2-stdio' into 'master'

libglnx.m4: Include stdio.h for renameat2

See merge request GNOME/libglnx!2
parents e1a78cf2 7be25521
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ AC_CHECK_DECLS([
[], [], [[
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/mount.h>
#include <fcntl.h>
#include <sched.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