File gcc9-Wlto-type-mismatch.patch of Package ltrace
diff --git a/filter.c b/filter.c
index ba50c40..b529c61 100644
--- a/filter.c
+++ b/filter.c
@@ -18,6 +18,8 @@
* 02110-1301 USA
*/
+#include "config.h"
+
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
diff --git a/options.h b/options.h
index 38f4ecd..dff401d 100644
--- a/options.h
+++ b/options.h
@@ -25,6 +25,8 @@
#ifndef OPTIONS_H
#define OPTIONS_H
+#include "config.h"
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>