1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-18 13:52:34 +02:00

Fixed include bug

This commit is contained in:
Ralf Ramsauer 2015-09-28 17:07:21 +02:00
parent 9c7cc532fe
commit fb9f5f835e
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ set(DOORLOCK_VERSION "${DOORLOCK_VERSION_MAJOR}.${DOORLOCK_VERSION_MINOR}-${DOOR
# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
include_directories(${CMAKE_SOURCE_DIR}/src)
MESSAGE(STATUS "doorlockd version: ${DOORLOCK_VERSION}")

View File

@ -1,7 +1,7 @@
#include "config.h"
#include "door.h"
#include "../doorcmds.h"
#include "../../doorcmds.h"
Door::Door(const std::string &serDev,
unsigned int baudrate) :