storage: Use full include path local includes

This commit is contained in:
Marcel Holtmann 2018-10-26 21:34:00 +02:00
parent 0b93fde3b4
commit 515c130549
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
#include <ell/ell.h>
#include "common.h"
#include "storage.h"
#include "src/common.h"
#include "src/storage.h"
#ifdef TEMP_FAILURE_RETRY
#define TFR TEMP_FAILURE_RETRY