diff options
author | stephan <stephan@noemail.net> | 2022-12-22 10:53:08 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-22 10:53:08 +0000 |
commit | 913dcaf0ca06a75e4d8e3aae2eee67ea782bf5bf (patch) | |
tree | 054ee5120215d10ae5377c138b35c839c14373bc /test/sessionfuzz.c | |
parent | 79b9bc4452fd844a9fe9a729521631c42fd3af55 (diff) | |
download | sqlite-913dcaf0ca06a75e4d8e3aae2eee67ea782bf5bf.tar.gz sqlite-913dcaf0ca06a75e4d8e3aae2eee67ea782bf5bf.zip |
sessionfuzz.c: use lt/gt brackets instead of double-quotes when #including zlib.h, as reported in [forum:91a104bd65 | forum post 91a104bd65].
FossilOrigin-Name: 7d7780c350f3239f9c9feb91924a01a4eba31b88060946c766719c9d50c16bcd
Diffstat (limited to 'test/sessionfuzz.c')
-rw-r--r-- | test/sessionfuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sessionfuzz.c b/test/sessionfuzz.c index d8cc1bebf..f2e4cd5a6 100644 --- a/test/sessionfuzz.c +++ b/test/sessionfuzz.c @@ -699,7 +699,7 @@ static const char zHelp[] = #include <string.h> #include <assert.h> #ifndef OMIT_ZLIB -#include "zlib.h" +#include <zlib.h> #endif /* |