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
234 B

  1. --- a/utils/rds-ctl/rds-ctl.cpp
  2. +++ b/utils/rds-ctl/rds-ctl.cpp
  3. @@ -29,6 +29,7 @@
  4. #include <inttypes.h>
  5. #include <getopt.h>
  6. #include <sys/types.h>
  7. +#include <ctype.h>
  8. #include <fcntl.h>
  9. #include <errno.h>
  10. #include <sys/ioctl.h>