diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2025-01-10 10:18:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2025-01-10 10:18:50 +0100 |
commit | 6220155d0604db6fd8c39ba67d2c80085c77fbde (patch) | |
tree | 3d6150a89a6ab37634698040c4c939f3660f3d13 | |
parent | baa9fc2208e8602599cd3c4c2232003fb7bed439 (diff) | |
download | tdepim-6220155d0604db6fd8c39ba67d2c80085c77fbde.tar.gz tdepim-6220155d0604db6fd8c39ba67d2c80085c77fbde.zip |
Fix a typo and thus FTBFS from the previous commit.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 69779eb81c20b80b56ab698f44a944efd6107a74)
-rw-r--r-- | mimelib/mimelib/msgcmp.h | 2 | ||||
-rw-r--r-- | mimelib/mimelib/token.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h index 4c66a2b23..5e5409f9d 100644 --- a/mimelib/mimelib/msgcmp.h +++ b/mimelib/mimelib/msgcmp.h @@ -31,7 +31,7 @@ #include <mimelib/string.h> #endif -#if defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h index ec52ca849..120ba6d4e 100644 --- a/mimelib/mimelib/token.h +++ b/mimelib/mimelib/token.h @@ -51,7 +51,7 @@ // classes are fairly simple and efficient. // In addition, polymorphism is not needed to use the tokenizer classes. -#if defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif |