mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Include util-internal.h earlier in test-dumpevents to fix solaris build
See 95e2455cdbf840b for rationale.
This commit is contained in:
parent
e78baf4a01
commit
14eb28a312
@ -23,6 +23,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util-internal.h"
|
||||
#include "event2/event-config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
@ -35,7 +36,6 @@
|
||||
#include <stdio.h>
|
||||
#include <event2/event.h>
|
||||
#include <signal.h>
|
||||
#include "util-internal.h"
|
||||
|
||||
static void
|
||||
sock_perror(const char *s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user