~ubuntu-branches/ubuntu/karmic/libsmbios/karmic

« back to all changes in this revision

Viewing changes to bin-supported/dellLcdBrightness.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2008-03-07 23:40:37 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080307234037-2zlfuf8nnr8an0b5
Tags: upstream-0.13.13
ImportĀ upstreamĀ versionĀ 0.13.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <iostream>
24
24
#include <iomanip>
25
25
#include <stdlib.h>
 
26
#include <string.h>
26
27
 
27
28
#include "smbios/ISmi.h"
28
29
#include "smbios/IToken.h"