ltrace/gcc9-Wlto-type-mismatch.patch

27 lines
714 B
Diff
Raw Normal View History

Index: ltrace-0.7.91+git20230705.8eabf68/filter.c
===================================================================
--- ltrace-0.7.91+git20230705.8eabf68.orig/filter.c
+++ ltrace-0.7.91+git20230705.8eabf68/filter.c
@@ -18,6 +18,8 @@
* 02110-1301 USA
*/
+#include "config.h"
+
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
Index: ltrace-0.7.91+git20230705.8eabf68/options.h
===================================================================
--- ltrace-0.7.91+git20230705.8eabf68.orig/options.h
+++ ltrace-0.7.91+git20230705.8eabf68/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>