Merge pull request #964 from ailin-nemui/fixes

fix duplicate include guard and link libs of test
This commit is contained in:
ailin-nemui 2018-10-18 15:15:50 +02:00 committed by GitHub
commit bc1d82a757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef __FE_CHANNELS_H
#define __FE_CHANNELS_H
#ifndef __FE_SETTINGS_H
#define __FE_SETTINGS_H
void fe_settings_set_print(const char *key);