From 2a0597be8ff610ed4058d6faae2141f4616f1f3f Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Fri, 24 Aug 2007 20:19:53 +0000 Subject: [PATCH] (snprintf) [_WIN32]: snprintf() should have . --- src/lib/commands/arm.c | 1 + src/lib/commands/info.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/commands/arm.c b/src/lib/commands/arm.c index 1bd379d2f..42e243070 100644 --- a/src/lib/commands/arm.c +++ b/src/lib/commands/arm.c @@ -36,6 +36,7 @@ #include +#include #include "commands.h" #include "nuke.h" #include "optlist.h" diff --git a/src/lib/commands/info.c b/src/lib/commands/info.c index 0ca029842..42ba1e313 100644 --- a/src/lib/commands/info.c +++ b/src/lib/commands/info.c @@ -40,6 +40,7 @@ #include #include #include +#include #if !defined(_WIN32) #include #else -- 2.43.0