Skip to content
Snippets Groups Projects
Commit 91d61631 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Include config.h in argparse.

This should have been done as it includes the system flags for selecting POSIX, for instance
parent b79dbe1c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
* Use of this source code is governed by a MIT-style license that can be found
* in the LICENSE file.
*/
#include "../config.h"
#include "argparse.h"
#include <assert.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment