components/open-fabrics/libibverbs/ofa_solaris.h
changeset 4661 353f8a998732
parent 715 eed3ed08f692
equal deleted inserted replaced
4660:0cca05cde869 4661:353f8a998732
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
     3  *
     3  *
     4  * This software is available to you under a choice of one of two
     4  * This software is available to you under a choice of one of two
     5  * licenses.  You may choose to be licensed under the terms of the GNU
     5  * licenses.  You may choose to be licensed under the terms of the GNU
     6  * General Public License (GPL) Version 2, available from the file
     6  * General Public License (GPL) Version 2, available from the file
     7  * COPYING in the main directory of this source tree, or the
     7  * COPYING in the main directory of this source tree, or the
    43 #include <sys/sockio.h>
    43 #include <sys/sockio.h>
    44 #include <sys/mman.h>
    44 #include <sys/mman.h>
    45 #include <stdio.h>
    45 #include <stdio.h>
    46 #include <inttypes.h>
    46 #include <inttypes.h>
    47 #include <alloca.h>
    47 #include <alloca.h>
       
    48 #include <string.h>
    48 
    49 
    49 #ifdef __cplusplus
    50 #ifdef __cplusplus
    50 extern "C" {
    51 extern "C" {
    51 #endif
    52 #endif
    52 
    53