]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haiku_select.cc: Include stdckdint.h.
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Jan 2024 12:17:26 +0000 (12:17 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:15:51 +0000 (21:15 +0100)
(cherry picked from commit 59d0b353d543d9fb3fc308ceb4d4bd389e0ac84a)

src/haiku_select.cc

index 74467edf7102262684926cce95af1e1e3be01b9f..f497eb3d24b67f0bf681041fde698a80b25df5f9 100644 (file)
@@ -18,6 +18,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 #include <intprops.h>
+#include <stdckdint.h>
 
 #include <Application.h>
 #include <Bitmap.h>