]> granicus.if.org Git - pdns/commitdiff
and now for the real fix for rhel compilation failure
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 3 Apr 2014 10:17:06 +0000 (12:17 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 3 Apr 2014 10:17:06 +0000 (12:17 +0200)
pdns/mtasker.cc
pdns/mtasker.hh

index a162a197d44323c5c0114e41df39da6e8d212313..605af28813470e954d2e4a92cc6a8c8734ac6fd0 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #include "mtasker.hh"
 #include "misc.hh"
 #include <stdio.h>
-#include <stdint.h>
 #include <iostream>
 
 /** \page MTasker
index 42cd5c5c455cb9e60fdf51d2f6de51f45b207e02..5c42fce4a2b564e3bd8b9db28d5ba619551d7ad1 100644 (file)
@@ -21,7 +21,7 @@
 */
 #ifndef MTASKER_HH
 #define MTASKER_HH
-
+#include <stdint.h>
 #include <signal.h>
 #include <ucontext.h>
 #include <queue>