diff options
| author | Tero Kontkanen <tero.k@granitedevices.com> | 2017-02-23 01:40:58 +0200 |
|---|---|---|
| committer | Tero Kontkanen <tero.k@granitedevices.com> | 2017-02-23 01:40:58 +0200 |
| commit | 260d52898737bc52e602a56f694931fc9e5c8fa2 (patch) | |
| tree | 7f246812292fa296f84ce4abf5f3486ebe381957 /pcserialport.c | |
| parent | 2be57946f0ad4f8d94d461fcfa9a36efd99d1258 (diff) | |
| download | SimpleMotionV2-260d52898737bc52e602a56f694931fc9e5c8fa2.tar.gz SimpleMotionV2-260d52898737bc52e602a56f694931fc9e5c8fa2.zip | |
Fix rest of the compiler warnings
Diffstat (limited to 'pcserialport.c')
| -rw-r--r-- | pcserialport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcserialport.c b/pcserialport.c index ef33aa9..2b44add 100644 --- a/pcserialport.c +++ b/pcserialport.c @@ -23,6 +23,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> +#include <string.h> smint32 serialPortOpen(const char * port_device_name, smint32 baudrate_bps) { |
