diff options
Diffstat (limited to 'hardinfo2/computer.h')
-rw-r--r-- | hardinfo2/computer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index b4715641..b2874c69 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -135,6 +135,7 @@ struct _Processor { struct _OperatingSystem { gchar *kernel; gchar *libc; + gchar *gcc; gchar *distrocode, *distro; gchar *hostname; gchar *language; |