Adiciona suporte a cĂ´njuge.
[cascardo/declara.git] / lib / declaracao.h
index be91d96..eaff855 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "list.h"
 #include "contribuinte.h"
+#include "conjuge.h"
 #include "sistema.h"
 
 enum {
@@ -38,6 +39,7 @@ struct declaracao {
        struct list *bens;
        struct list *dependentes;
        struct contribuinte contribuinte;
+       struct conjuge conjuge;
        struct sistema sistema;
        long long pago;
        long long retido;