more include cleanups it starts to look almost decent now
[deb_libnfs.git] / lib / pdu.c
index 66142607da2af4598b98ed7bffa8fd689456ff49..5dff51780d6b2edfe21ec5c03265c8515c810e07 100644 (file)
--- a/lib/pdu.c
+++ b/lib/pdu.c
    You should have received a copy of the GNU Lesser General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
+#ifdef AROS
+#include "aros_compat.h"
+#endif
+
 #ifdef WIN32
 #include "win32_compat.h"
-#ifndef MSG_DONTWAIT
-#define MSG_DONTWAIT 0
-#endif
 #else
 #include <strings.h>
 #endif/*WIN32*/