Fix include type.

PiperOrigin-RevId: 309506957
This commit is contained in:
Adin Scannell 2020-05-01 18:01:58 -07:00 committed by gVisor bot
parent 89562b5b2b
commit 56c64e4bb9
1 changed files with 1 additions and 1 deletions

View File

@ -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"