diff options
-rw-r--r-- | v4l2-apps/lib/v4l2_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/lib/v4l2_driver.h b/v4l2-apps/lib/v4l2_driver.h index 74d5b8358..b5d5dd22d 100644 --- a/v4l2-apps/lib/v4l2_driver.h +++ b/v4l2-apps/lib/v4l2_driver.h @@ -12,6 +12,7 @@ Lesser General Public License for more details. */ +#include <stddef.h> #include <stdint.h> #include <sys/time.h> #include <linux/videodev2.h> |