1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fix a build failure.

When I added a use of PRIx32 to one of Pageant's debugging messages a
couple of days ago, I forgot that one of my build setups can't cope
with inclusion of <inttypes.h>, and somehow also forgot the
precautionary pre-push full build that would have reminded me.
This commit is contained in:
Simon Tatham
2018-11-22 07:05:58 +00:00
parent 13b29008b4
commit fa8f1cd9a0
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <assert.h>
#include <inttypes.h>
#include "putty.h"
#include "ssh.h"