libj1939.h: fix typo

Fixes: e370ad5256 ("testj1939: fix 64-bit types for some platforms")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/331/head
Marc Kleine-Budde 2022-01-03 10:58:05 +01:00
parent 9e5b6266b1
commit 3394e1fa18
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* as published by the Free Software Foundation * as published by the Free Software Foundation
*/ */
/* needed on some 644 bit platforms to get consistent 64-bit types */ /* needed on some 64 bit platforms to get consistent 64-bit types */
#define __SANE_USERSPACE_TYPES__ #define __SANE_USERSPACE_TYPES__
#include <sys/socket.h> #include <sys/socket.h>