Unverified Commit 5a65643b by Stéphane Graber Committed by GitHub

Merge pull request #3804 from brauner/2021-04-22.fixes.2

getsubopt: use correct include
parents 1cb69744 d38f448a
......@@ -7,7 +7,7 @@
#include "config.h"
#ifndef HAVE_STRCHRNUL
#include "include/strchrnul"
#include "../../../include/strchrnul.h"
#endif
/* Parse comma separated suboption from *OPTIONP and match against
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment