X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=5dff51780d6b2edfe21ec5c03265c8515c810e07;hb=108c622a9561676b4df437c318959f79e42d4675;hp=66142607da2af4598b98ed7bffa8fd689456ff49;hpb=f816bf4c7641071d83ed2c796c93ce0ddba9b3b4;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 6614260..5dff517 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -14,11 +14,12 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" -#ifndef MSG_DONTWAIT -#define MSG_DONTWAIT 0 -#endif #else #include #endif/*WIN32*/