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

Add an empty config.h


This lets us import files from Flatpak that explicitly #include "config.h"
as-is, reducing avoidable delta.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 087f1fb4
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
* Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include <string.h>
#include <fcntl.h>
#include <stdio.h>
......
......@@ -23,6 +23,8 @@
* Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include "flatpak-run-private.h"
#include <sys/utsname.h>
......
......@@ -19,6 +19,8 @@
* Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include "flatpak-utils-base-private.h"
#include <stdlib.h>
......
......@@ -20,6 +20,8 @@
* Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.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