Commit dc10c2f8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Polish

parent e469c070
......@@ -50,9 +50,6 @@
#include <sys/socket.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif
#include <string.h>
#include <limits.h>
#include <unistd.h>
......
......@@ -34,6 +34,10 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_PTHREAD_NP_H
# include <pthread_np.h>
#endif
#include "common/heritage.h"
#include "vcli_serve.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment