]> www.ginac.de Git - cln.git/blobdiff - src/timing/cl_t_current2.cc
* Change all C include headers to ISO style within C++ code.
[cln.git] / src / timing / cl_t_current2.cc
index 6a8688386287a7e4e540f877a22276904960ecb0..904a738c1f545ac2bb6aa5ec15d8ee0f824e28c9 100644 (file)
@@ -23,8 +23,8 @@
   extern "C" clock_t times (struct tms * buffer);
 #endif
 #ifdef HAVE_PERROR_DECL
-  #include <errno.h>
-  #include <stdio.h>
+  #include <cerrno>
+  #include <cstdio>
 #else
   extern "C" int perror (const char *);
 #endif