summaryrefslogtreecommitdiffstats
path: root/src/device_link_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_link_service.c')
-rw-r--r--src/device_link_service.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device_link_service.c b/src/device_link_service.c
index 856d301..6daf84d 100644
--- a/src/device_link_service.c
+++ b/src/device_link_service.c
@@ -18,6 +18,10 @@
18 * License along with this library; if not, write to the Free Software 18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22#ifdef HAVE_CONFIG_H
23#include <config.h>
24#endif
21#include <string.h> 25#include <string.h>
22#include <stdlib.h> 26#include <stdlib.h>
23#include "device_link_service.h" 27#include "device_link_service.h"