mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix include type.
PiperOrigin-RevId: 309506957
This commit is contained in:
committed by
gVisor bot
parent
89562b5b2b
commit
56c64e4bb9
@@ -11,6 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
#include <netdb.h>
|
||||
@@ -25,7 +26,6 @@
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "arpa/inet.h"
|
||||
#include "include/grpcpp/security/server_credentials.h"
|
||||
#include "include/grpcpp/server_builder.h"
|
||||
#include "test/packetimpact/proto/posix_server.grpc.pb.h"
|
||||
|
||||
Reference in New Issue
Block a user