column-utils: Get snprintf prototype from stdio.h.

Commit 73d793788c removed ws_printf.h from
column-utils.c, but left no prototype for snprintf, causing a build failure on
my Debian testing host.  Let's #include <stdio.h> here.
This commit is contained in:
Darius Davis 2021-03-01 16:25:12 +10:00 committed by Guy Harris
parent e31bddb16f
commit a3be7e898c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <locale.h>