<p></p>
<p><b>@rdipardo</b> commented on this pull request.</p>

<p>Almost there; it should be a simple matter of adding <a href="https://app.travis-ci.com/github/geany/geany/jobs/533113114#L2538" rel="nofollow">some missing headers</a>:</p>
<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/scintilla/Makefile.am b/scintilla/Makefile.am</span>
index f866ca48b..d6c85545e 100644
<span class="pl-md">--- a/scintilla/Makefile.am</span>
<span class="pl-mi1">+++ b/scintilla/Makefile.am</span>
<span class="pl-mdr">@@ -7,8 +7,15 @@</span> scintilla_includedir = $(includedir)/geany/scintilla/
 scintilla_include_HEADERS =            \
 include/Scintilla.h                    \
 include/Scintilla.iface                \
<span class="pl-mi1"><span class="pl-mi1">+</span>include/ScintillaCall.h                \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>include/ScintillaMessages.h            \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>include/ScintillaStructures.h          \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>include/ScintillaTypes.h               \</span>
 include/ScintillaWidget.h              \
<span class="pl-md"><span class="pl-md">-</span>include/Sci_Position.h</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>include/Sci_Position.h                 \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>lexilla/include/LexicalStyles.iface    \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>lexilla/include/Lexilla.h              \</span>
<span class="pl-mi1"><span class="pl-mi1">+</span>lexilla/include/SciLexer.h</span>
 
 LEXER_SRCS =                           \
 lexilla/lexers/LexAbaqus.cxx           \</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2867#pullrequestreview-735639803">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4GNIJ4GJJTRIIHMA3T6GMQFANCNFSM5CJGUXOQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2P77RW5LU2PRKG5MDT6GMQFA5CNFSM5CJGUXO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFPMPR6Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2867#pullrequestreview-735639803",
"url": "https://github.com/geany/geany/pull/2867#pullrequestreview-735639803",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>