Skip to content

Commit

Permalink
Merge pull request #63 from jjorge-geotab/fix_config_canctrl
Browse files Browse the repository at this point in the history
Fix configuration header for canctrl.h file
  • Loading branch information
marckleinebudde authored Dec 11, 2024
2 parents 78432e8 + 9ca66b1 commit c70b57e
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 <jesusjorgeserrano@geotab.com>
*/

#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 c70b57e

Please sign in to comment.