You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
197 B

  1. --- a/plugin_i2c_sensors.c
  2. +++ b/plugin_i2c_sensors.c
  3. @@ -68,6 +68,7 @@
  4. #include <errno.h>
  5. #include <fcntl.h>
  6. #include <dirent.h>
  7. +#include <limits.h>
  8. #include "debug.h"
  9. #include "plugin.h"