port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / tests / regression / ust / ust-dl / prog.c
index fb4e5c0e13ef28b190f29127eaf9d2bf3a3fbffd..473de57a90db560493ffd2a8d8651c4d406a2827 100644 (file)
@@ -8,10 +8,11 @@
 /* _GNU_SOURCE is defined by config.h */
 #include <dlfcn.h>
 #include <stdio.h>
-#include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
 
+#include <common/compat/errno.h>
+
 /*
  * libfoo has a direct dependency on libbar.
  * libbar has a direct dependency on libzzz.
This page took 0.023759 seconds and 4 git commands to generate.