From 560f1681fa3ef230e5b1dc0c3d2d0569af1f9537 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 28 May 2024 14:55:32 -0400 Subject: [PATCH] listattr: Needs . Seems to be implicitly included on Haiku, but for listattr on Linux, it's needed. --- src/bin/listattr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/listattr.cpp b/src/bin/listattr.cpp index ae7d64b3f0..7fd42c78f4 100644 --- a/src/bin/listattr.cpp +++ b/src/bin/listattr.cpp @@ -15,6 +15,7 @@ #include #include #include +#include /*! Dumps the contents of the attribute in the form of raw data. This view