Skip to content

Commit

Permalink
AP_HAL_Linux: SITL: add missing header for timeval struct on alpine l…
Browse files Browse the repository at this point in the history
…inux
  • Loading branch information
khancyr authored and peterbarker committed Aug 15, 2024
1 parent 3e4241e commit f1dd2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL_Linux/CANSocketIface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <net/if.h>
#include <linux/can/raw.h>
#include <cstring>
Expand Down
1 change: 1 addition & 0 deletions libraries/AP_HAL_Linux/VideoIn.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#pragma once

#include "AP_HAL_Linux.h"
#include <sys/time.h>
#include <linux/videodev2.h>
#include <vector>

Expand Down

0 comments on commit f1dd2bb

Please sign in to comment.