From 9090d91be3f8cfd1c234ec9b29546a0e10793f8a Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Thu, 3 Sep 2020 20:25:14 +0100
Subject: [PATCH] Fix a missed pu.h rename.

---
 src/GUI/QQuickDrawable.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/GUI/QQuickDrawable.cxx b/src/GUI/QQuickDrawable.cxx
index 76b065502..94cff4ff6 100755
--- a/src/GUI/QQuickDrawable.cxx
+++ b/src/GUI/QQuickDrawable.cxx
@@ -64,7 +64,7 @@
 #include <simgear/structure/commands.hxx>
 
 #if defined(HAVE_PUI)
-#include "pu.h"
+#include "FlightGear_pu.h"
 #endif
 
 using namespace osgGA;