From c09bc1736758250f2fe2d97ffdbb17c5a1915ea4 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Sat, 1 Aug 2020 14:40:21 +0300 Subject: [PATCH] =?UTF-8?q?Include=20stdint.h=20to=20fix=20unknown=20type?= =?UTF-8?q?=20name=20=E2=80=98uint32=5Ft=E2=80=99=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nwreckdum.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nwreckdum.c b/nwreckdum.c index 2dad3b0..15844cb 100644 --- a/nwreckdum.c +++ b/nwreckdum.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "shhopt.h"