Skip to content
Snippets Groups Projects
Commit 4bbe7d17 authored by Zachary T Welch's avatar Zachary T Welch
Browse files

change autoconf #include in configure.in

Updates "system.h" and "replacements.h" with <helpers/system.h> and
<helpers/replacements.h> respectively.
parent 896ac8d4
Branches
Tags
No related merge requests found
......@@ -8,8 +8,8 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AH_BOTTOM([
#include "system.h"
#include "replacements.h"
#include <helper/system.h>
#include <helper/replacements.h>
])
AC_LANG_C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment