chiark / gitweb /
common: Avoid warning about implicit declaration of gnupg_fd_valid.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 8 Feb 2017 17:05:08 +0000 (12:05 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 18 Sep 2017 20:41:12 +0000 (21:41 +0100)
commit2a716ddc3d81b48f9dc865d2333441fe5633b267
treefc05207c2e95a409b4f1a5fe0d570404956afff7
parent8efda808bd0bc4430cab1bf4175c71334fcf5e0d
common: Avoid warning about implicit declaration of gnupg_fd_valid.

* common/logging.c: Add #include "sysutils.h".

--

Without this, we see:

logging.c:573:9: warning: implicit declaration of function \
  ‘gnupg_fd_valid’ [-Wimplicit-function-declaration]
   if (! gnupg_fd_valid (fd))
         ^~~~~~~~~~~~~~

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
(cherry picked from commit 8810314e377a9cb6612150a57cf99260ed0bb9f6)

Gbp-Pq: Name 0033-common-Avoid-warning-about-implicit-declaration-of-g.patch
common/logging.c