Skip to content

Commit 9e7d2e8

Browse files
committed
preferentially include local spnav_config.h in spnav.h
1 parent f7b659c commit 9e7d2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spnav.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OF SUCH DAMAGE.
2727
#ifndef SPACENAV_H_
2828
#define SPACENAV_H_
2929

30-
#include <spnav_config.h>
30+
#include "spnav_config.h"
3131

3232
#ifdef SPNAV_USE_X11
3333
#include <X11/Xlib.h>

0 commit comments

Comments
 (0)