Wireshark-commits: [Wireshark-commits] master 9e299c1: ui/capture.h: add missing include to fix bui

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 May 2020 11:22:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e299c116632c45ba49514b15899a1e30be7f0e0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9e299c1 by Aurelien Aptel (aaptel@xxxxxxxx):

    ui/capture.h: add missing include to fix build with GCC 9.3
    
    ui/capture.h has a function prototype using capture_file struct
    without it being defined yet. This fails to compile with recent
    GCC (9.3.1)
    
    Bug: 16547
    Change-Id: I84f932de2e7ed70f14aa157b9c3b1d1f80b0016f
    Signed-off-by: Aurelien Aptel <aaptel@xxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37024
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  df5b18f   RTPS: avoid warning from Conflict Check
     add  9e299c1   ui/capture.h: add missing include to fix build with GCC 9.3


Summary of changes:
 ui/capture.h | 1 +
 1 file changed, 1 insertion(+)