summaryrefslogtreecommitdiffstats
path: root/package/netsniff-ng/0004-staging-compilation-fix-with-new-gcc.patch
blob: fce604e6c61e1a821e6cca74d8c2c3657c3cb84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 551aa0ee996132e443b5d12cbb6f114ac9aabcd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
Date: Mon, 3 Jul 2017 18:24:32 +0200
Subject: [PATCH] staging: compilation fix with new gcc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>

Upstream patch 551aa0ee996132e443b5d12cbb6f114ac9aabcd3
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 staging/mz.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/staging/mz.h b/staging/mz.h
index 5ed05a7..aa2c36f 100644
--- a/staging/mz.h
+++ b/staging/mz.h
@@ -40,6 +40,7 @@
 #include <netinet/in.h>
 #include <stdarg.h>
 #include <math.h>
+#include <stdint.h>
 
 extern int verbose_level;
 
-- 
2.9.5

OpenPOWER on IntegriCloud