Wireshark-commits: [Wireshark-commits] master 3589de9: Candump_parser: fix implicit declaration war

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Jul 2019 08:35:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3589de9b5ad48303d12e6e94de4ae590fdba697b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3589de9 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    Candump_parser: fix implicit declaration warning
    
    Include string.h to fix implicitly declaring library function
    'memcpy' with type 'void *(void *, const void *, unsigned long)'
    
    Change-Id: Ia6796f1966db606f946e0935ed0e5b70702c88c9
    Reviewed-on: https://code.wireshark.org/review/33891
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  20d7099   Qt: MainStatusbar and CopyFromProfileMenu to Model
     add  3589de9   Candump_parser: fix implicit declaration warning


Summary of changes:
 wiretap/candump_parser.lemon | 1 +
 1 file changed, 1 insertion(+)