mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
change autoconf #include in configure.in
Updates "system.h" and "replacements.h" with <helpers/system.h> and <helpers/replacements.h> respectively.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user