1
1
This commit was SVN r8837.
Этот коммит содержится в:
Brian Barrett 2006-01-28 16:09:35 +00:00
родитель b1d2424013
Коммит 05c9de058c

Просмотреть файл

@ -17,6 +17,10 @@
#ifndef OMPI_MCA_OSC_PT2PT_HDR_H
#define OMPI_MCA_OSC_PT2PT_HDR_H
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
struct ompi_osc_pt2pt_type_header_t {
uint8_t hdr_type;
};