Skip to content

Commit

Permalink
Fix configuration header for canctrl.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
jjorge-geotab committed Dec 11, 2024
1 parent 78432e8 commit 9ca66b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/canctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* SPDX-FileCopyrightText: 2024 Jesus Jorge Serrano <[email protected]>
*/

#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 2 additions & 0 deletions src/canctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#ifndef __CANCTRL_H__
#define __CANCTRL_H__

#include "config.h"

#ifdef HAVE_LIBSOCKETCAN

#include <libsocketcan.h>
Expand Down

0 comments on commit 9ca66b1

Please sign in to comment.