diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 11:17:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 17:52:24 +0200 |
| commit | e38520f3493a37d500adbca2704e1837bfdc488f (patch) | |
| tree | c815f9f8d0f29595bc66bf0693b1e053dbb610cd /ttwhy/scoped_attributes.cppm | |
| parent | 6e05501e8786f651fbf871c414c50573e5fecfb8 (diff) | |
| download | ttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.tar.xz ttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.zip | |
app: implement simple echo
Diffstat (limited to 'ttwhy/scoped_attributes.cppm')
| -rw-r--r-- | ttwhy/scoped_attributes.cppm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ttwhy/scoped_attributes.cppm b/ttwhy/scoped_attributes.cppm index 7c32ddf..b49dd18 100644 --- a/ttwhy/scoped_attributes.cppm +++ b/ttwhy/scoped_attributes.cppm @@ -1,9 +1,10 @@ module; -#include <cerrno> -#include <system_error> #include <termios.h> #include <unistd.h> + +#include <cerrno> +#include <system_error> #include <utility> export module ttwhy:scoped_attributes; |
