Merge pull request #331 from marckleinebudde/fix-typo

libj1939.h: fix typo
pull/334/head
Marc Kleine-Budde 2022-01-03 10:58:52 +01:00 committed by GitHub
commit 4c07a11f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* 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__
#include <sys/socket.h>