patch-sysfs_c 363 B

1234567891011121314
  1. --- hdparm-9.43.orig/sysfs.c 2010-10-04 21:39:20.000000000 +0200
  2. +++ hdparm-9.43/sysfs.c 2013-12-26 10:24:57.000000000 +0100
  3. @@ -11,9 +11,11 @@
  4. #include <string.h>
  5. #include <stdio.h>
  6. #include <fcntl.h>
  7. +#include <limits.h>
  8. #include <errno.h>
  9. #include <dirent.h>
  10. #include <sys/stat.h>
  11. +#include <sys/types.h>
  12. #include <linux/types.h>
  13. #include "hdparm.h"