Skip to content

Commit

Permalink
Add #include <sys/types.h> for pid_t (facebook#2258)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#2258

Reviewed By: Gownta

Differential Revision: D59825638

Pulled By: Orvid

fbshipit-source-id: adb87ab362b079fa6c3280141ebaf953c68957b7
  • Loading branch information
yurivict authored and facebook-github-bot committed Jul 18, 2024
1 parent 069a50b commit 80fdd93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folly/executors/QueueObserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <stdint.h>
#include <sys/types.h>
#include <memory>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit 80fdd93

Please sign in to comment.