• Lucian Grijincu's avatar
    folly: NotificationQueue: fix headers · cef57896
    Lucian Grijincu authored
    Summary: Include headers for all std:: stuff used in the header + getpid().
    
    ```
           #include <sys/types.h>
           #include <unistd.h>
    
           pid_t getpid(void);
           pid_t getppid(void);
    ```
    
    Reviewed By: @yfeldblum
    
    Differential Revision: D2535284
    
    fb-gh-sync-id: b1167e8f382878d27553161b9b569968006355b3
    cef57896
NotificationQueue.h 24.5 KB