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.

11 lines
192 B

  1. --- a/src/upmpdutils.hxx
  2. +++ b/src/upmpdutils.hxx
  3. @@ -21,6 +21,8 @@
  4. #include <unordered_map>
  5. #include <vector>
  6. +#include <unistd.h>
  7. +
  8. namespace UPnPClient {
  9. class UPnPDirObject;
  10. };